projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ed820
)
(autoarg-kp-mode): Give it a :group.
author
Dave Love
<fx@gnu.org>
Mon, 2 Dec 2002 13:01:13 +0000
(13:01 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 2 Dec 2002 13:01:13 +0000
(13:01 +0000)
lisp/autoarg.el
patch
|
blob
|
history
diff --git
a/lisp/autoarg.el
b/lisp/autoarg.el
index 9766e0b15a0e537ff18cb28f5de36182c7a92349..8763c917773e63de92b000123744a3ee299de31d 100644
(file)
--- a/
lisp/autoarg.el
+++ b/
lisp/autoarg.el
@@
-121,7
+121,7
@@
This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
&c to supply digit arguments.
\\{autoarg-kp-mode-map}"
- nil " Aakp" autoarg-kp-mode-map :global t
+ nil " Aakp" autoarg-kp-mode-map :global t
:group 'keyboard
(if autoarg-kp-mode
(dotimes (i 10)
(let ((sym (intern (format "kp-%d" i))))